Welcome![Sign In][Sign Up]
Location:
Search - ARM Linux Qt

Search list

[WinSock-NDISlinux下Qt实现的视频点播系统

Description: 提供的代码是编写一个基于linux系统的网络视频点播应用程序,利用Qt工具编写图形界面和基于TCP协议的网络传输模块。Linux操作系统以其开源性、多用户多任务、支持多种硬件平台、可靠地安全稳定性能以及日趋完善的图形界面和丰富的网络功能等等,逐渐成为了各行业的首选操作系统,尤其是基于ARM内核的嵌入式linux更是得到了极为广泛的应用。 本系统分为服务器端和客户端两部分。服务器端提供多视频源,供用户进行选择,客户端提供人机交互界面,当用户需要点播某个视频时,首先在Ip Address栏输入服务器的Ip地址,然后选择movies栏的下拉框,从视频列表中选择相应的视频目录,接着点击play按钮,一段缓冲之后开始播放视频,这样就完成了点播功能。
Platform: | Size: 8390 | Author: 879911752@qq.com | Hits:

[Otherqqttqtopiaembedded

Description: 嵌入式ARM-MagicARM2410开发办带的有关LINUX-QT的所有资料,希望对大家有所帮助!-- MagicARM2410 with the Office for the Development of the LINUX-QT by the information, we want to help!
Platform: | Size: 32768 | Author: 盖萌 | Hits:

[Otherqqttqtopiaintroduction

Description: 嵌入式ARM-MagicARM2410开发办带的有关LINUX-QT的所有资料,希望对大家有所帮助!-- MagicARM2410 with the Office for the Development of the LINUX-QT by the information, we want to help!
Platform: | Size: 231424 | Author: 盖萌 | Hits:

[Otherqtqtpdf

Description: 嵌入式ARM-MagicARM2410开发办带的有关LINUX-QT的所有资料,希望对大家有所帮助!-- MagicARM2410 with the Office for the Development of the LINUX-QT by the information, we want to help!
Platform: | Size: 2140160 | Author: 盖萌 | Hits:

[Othermitab-1.4.0

Description: 在linux环境下,对mapinfo格式地图操作(包括读、写等)的库文件以及源代码,用arm-linux-gcc编译过的。我就是用它完成了我们学校地图的显示及一些操作功能,平台是三星的s3c2410.-the linux environment, the right to operate MapInfo format maps (including reading, writing) of the library and source code, using arm- linux-gcc compiler before. I was using it completed a map of our school and show some operating functions, the platform of Samsung's s3c2410.
Platform: | Size: 5010432 | Author: 张明杰 | Hits:

[Scannertracerout_arm

Description: 自己编写的traceroutcheng程序,基于linux QT的图形界面,运行于ARM平台,支持UDP和ICMP协议-I have written traceroutcheng procedure linux QT-based graphical interface, running on the ARM platform, support for UDP and ICMP protocol
Platform: | Size: 75776 | Author: liqiang | Hits:

[Embeded Linuxsysinfo_for_e2

Description: moto e2的实时系统概况的源码,使用了qt界面,可以显示当前cpu、内存、和数据状态,使用arm-linux-gcc编译,并且要搭建相应的qt环境-moto e2 Overview of real-time system source code, use the qt interface, you can display the current cpu, memory, and data state, the use of arm-linux-gcc compiler, and to build the corresponding qt environment
Platform: | Size: 5120 | Author: letterb | Hits:

[Software EngineeringARM-LINUX

Description: 基于ARM平台的LINUX下的QT-C++编程基础入门-LINUX based on the ARM platform under the QT-C++ Programming Getting Started
Platform: | Size: 320512 | Author: 李晶 | Hits:

[Embeded Linuxqt

Description: 在ARM9和ARMLinux下利用QT编写的实时数据采集,数据曲线动态显示程序。-ARM9 and ARMLinux in QT prepared using real-time data acquisition, data curve of the dynamic display program.
Platform: | Size: 13312 | Author: 项文炳 | Hits:

[Linux-Unixqextserialport-0.9.0

Description: linux qt环境下的串口多线程功能的实现,打开qt窗口后读写串口,并同时可以进行其他窗口操作-linux qt environments serial realization of multi-threaded functions, open qt window to read and write serial port, while other windows can be operated
Platform: | Size: 65536 | Author: li | Hits:

[Linux-Unixqt-eclipse-integration-linux.x86-1.4.0.tar

Description: Linux下面的第一个QT集成开发环境IDE,采用Eclipse,很好用的。-Linux following the first QT integrated development environment IDE, using Eclipse, a very good use.
Platform: | Size: 14962688 | Author: 劲草无香 | Hits:

[Linux-Unixlinux

Description: 看到这里面传的嵌入式Linux应用程序开发详解,都只一章章的传,还不完整,今天把这套书都传上吧,大家快下吧。只有一星期哦: )-See this inside the mass of embedded Linux application development explain only Chapter 1 Chapter Chuan is not complete, this set of books today Chuan on the right, everyone under the bar faster. Oh, only a week:)
Platform: | Size: 11561984 | Author: madeng | Hits:

[Linux-Unix05

Description: 程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。 (2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假设你使用的是光盘中提供的arm-linux-gcc交叉编译工具链)或类似命令。当然,也可以修改这些Makefile。 (3)Qt程序的交叉编译请参考本书第2章:可以利用qmake自动生成用于交叉编译的Makefile。当然,也可以采用(2)的方法,或者直接修改Makefile。 (4)所有代码都在Redhat9和gcc3.4.1/arm-linux-gcc3.4.1/Qtopia-core-4.3.0的环境中编译测试通过。-err
Platform: | Size: 19456 | Author: qwt | Hits:

[Linux-UnixQtCapture.tar

Description: 用OPENCV获取摄像头的图象并直接在QT的界面上显示-OPENCV camera used to obtain the images and directly in the QT interface display
Platform: | Size: 2048 | Author: 欧阳 | Hits:

[Embeded LinuxQT4

Description: qt4完全开发手册 RHEL4 +xshell + ARM-Linux开发环境 qt-embedded-linux-opensource-src-4.4.0.tar.bz2 tslib-1.4.tar.bz2、qt-x11-opensource-src-4.4.0.tar.gz -qt4 fully developed manual RHEL4+ xshell+ ARM-Linux Development Environment for qt-embedded-linux-opensource-src-4.4.0.tar.bz2 tslib-1.4.tar.bz2, qt-x11-opensource-src-4.4.0.tar . gz
Platform: | Size: 1436672 | Author: 曹啸航 | Hits:

[Linux-UnixQt_embeded_4.5.3-ARM-Linux.docx

Description: Qt embeded 4.5.3 在ARM-Linux的移植,详细讲解了QT在ARM-Linux上的移植过程和注意事项,是做嵌入式移植的好资料。-Qt embeded 4.5.3 on ARM-Linux migration, explained in detail on the QT in the ARM-Linux migration process and precautions, is doing a good information embedded transplant.
Platform: | Size: 80896 | Author: 李新龙 | Hits:

[Embeded LinuxuvcView

Description: ARM Linux 下基于Qt的免驱摄像头通用预览程序,支持大部分通用免驱摄像头,实现简单预览功能,可扩展为AVI视频录制,网络实时预览- Commom Web Camera preview demo, it s supposed to support most driver-less web camera, and it can be extented extra functions such as vedio recording, network real time preview.....
Platform: | Size: 75776 | Author: 黄展飞 | Hits:

[Browser ClientQT

Description: 用Qt编译的一个图片浏览器,具有翻页、放大、缩小等功能-Qt compiled with an image browser, a flip, zoom and other functions
Platform: | Size: 1418240 | Author: 王鹏 | Hits:

[ARM-PowerPC-ColdFire-MIPS--ok_gui--linux

Description: 基于arm-linux-qt的嵌入式界面程序,用于测量温度、光强、电池的电压、电流,描绘出I-V曲线-Based on arm-linux-qt embedded interface program, used to measure temperature, light intensity, battery voltage, current, IV curve depicted
Platform: | Size: 831488 | Author: wendan | Hits:

[Linux-Unixarm-linux-gcc-4.4.3.tar

Description: gcc的编译工具。搭建qt环境时使用-gcc compiler tools. Environment used to build qt. . .
Platform: | Size: 49342464 | Author: 天理解 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net